lcEntGetGrip Home

Retrieves coordinates of entity's control point ("grip").

 BOOL lcEntGetGrip (
   HANDLE hEntity,
   int iGrip,
   double* pX,
   double* pY
 );

Parameters
hEntity
  Handle to a graphic object.
iGrip
  Zero-based index of entity's grip.
pX pY
  Pointers to variables that will receive the grip coordinates.

Return Value

  If the function succeeds, the return value is nonzero (TRUE). If the function fails, then probably the index of grip is invalid.

See Also

  lcEntPutGrip